From 7910ac7d8d4331a896ab4ca4c4b446ac6a1f30e5 Mon Sep 17 00:00:00 2001 From: "adsharma@los-vmm.sc.intel.com" Date: Thu, 25 Aug 2005 13:52:38 -0700 Subject: [PATCH] Fix typo. --- tools/xentrace/xentrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c index 4eef5a3e63..b8b9baa38d 100644 --- a/tools/xentrace/xentrace.c +++ b/tools/xentrace/xentrace.c @@ -525,7 +525,7 @@ int main(int argc, char **argv) } if (opts.cpu_mask != 0) { - set_mask(opts.evt_mask, 1); + set_mask(opts.cpu_mask, 1); } if ( opts.outfile ) -- 2.30.2